-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/15785 https://new.expensify.com/concierge doesn't redirect to Concierge chat after sign-up/sign-in #15974
Conversation
@marcochavezf @mollfpr One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@tienifr How do you test it on native to show the report screen immediately after sign in? |
@mollfpr pls check the steps here in the PR description for opening the Concierge page, thanks! |
@tienifr Sorry for the delay! I manage to test it on iOS and works well! |
Reviewer Checklist
Screenshots/VideosWeb15974.Web.mp4Mobile Web - Chrome15974.mWeb-Chrome.mp4Mobile Web - Safari15974.mWeb-Safari.mp4Desktop15974.Desktop.mp4iOS15974.iOS.mp4Android15974.Android.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Well done @tienifr 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you guys!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.2.87-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.2.87-1 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.2.87-1 🚀
|
Details
Fixed Issues
$ #15785
$ #15785 (comment)
Tests
To navigate to https://new.expensify.com/concierge on dev:
To navigate to https://new.expensify.com/concierge on staging/production:
On web just paste the URL in the browser (i.e. https://new.expensify.com/concierge) and click on open this link in your browser
On desktop also paste the URL in the browser but click on Open Electron from the alert dialog
On native open the report chat from an external link (for example send https://staging.new.expensify.com/concierge to your email and open the link from the phone).
Verify that no errors appear in the JS console
Offline tests
To sign-in, we need to be online
QA Steps
Same as test steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-03-15.at.11.27.29.mp4
Mobile Web - Chrome
Screen.Recording.2023-03-13.at.10.42.45.mp4
Mobile Web - Safari
Screen.Recording.2023-03-13.at.10.31.41.mp4
Desktop
Screen.Recording.2023-03-13.at.10.51.55.mp4
iOS
Screen.Recording.2023-03-13.at.10.29.08.mp4
Android
Screen.Recording.2023-03-13.at.10.40.31.mp4